home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 04 geoProgramming / HEXCLC.SDA / ZEROPAGE (.txt) < prev   
Encoding:
GEOS ConVerT  |  2019-04-13  |  1.3 KB  |  71 lines

  1. # ZeroPage
  2. SEQ formatted GEOS file V1.0
  3. Olivetti PR2300
  4. OP V2.0 or higher
  5. #$Main
  6. BLASTER'S CONVERTER V2.5
  7. ASCII
  8. UTILITY
  9. COPE SOURCE V1.0
  10. DL870517
  11. COPE EDITOR V1.0
  12. ; *****************
  13. ; *     Equates for GEOS SampleProg
  14. ; *     This file incluedes the ZeroPage Memory Lables
  15. ; *     and constants need for the program
  16. ; *             BY BILL SHARP
  17. ; ***************
  18. R0 = $02
  19. R1 = $04
  20. R2 = $06
  21. R3 = $08
  22. R4 = $0A
  23. R5 = $0C
  24. R6 = $0E
  25. R7 = $10
  26. R8 = $12
  27. R9 = $14
  28. R10 = $16
  29. R11 = $18
  30. R12 = $1A
  31. R13 = $1C
  32. BOLD = 24
  33. PLAIN = 27
  34. HORIZ = 0
  35. VERT = 128
  36. MACT = 0
  37. MenuTopPos = 0
  38. MenuBotPos = 14
  39. MenuLeft = 0
  40. ;A0 = $FB
  41. ;A1 = $FD
  42. MenuRight = 142
  43. ;A2 = $70
  44. ;A3 = $72
  45. ;A4 = $74
  46. ;A5 = $76
  47. ;A6 = $78
  48. ;A7 = $7A
  49. ;A8 = $7C
  50. ;A9 = $7E
  51. CRMODE = $2E
  52. Yvalue = 45
  53. Xvalue = 196
  54. ;********
  55. ;  GEOS FILE TYPES
  56. ;---------
  57. BASIC    = 1
  58. ASSEMBLY = 2
  59. DATA      = 3
  60. SYSTEM    = 4
  61. DESK_ACC  = 5
  62. APPLICATION = 6
  63. APPL_DATA = 7
  64. FONT       = 8
  65. PRINTER     = 9
  66. INPUT_DEVICE = 10
  67. DISK_DEVICE  = 11
  68. SYSTEM_BOOT = 12
  69. TEMPORARY   = 13
  70. AUTO_EXEC   = 14
  71.